PHY SET EMITTER RANGE

Adjust the global position of particles being created.

  Syntax
PHY SET EMITTER RANGE ID, min x#, min y#, min z#, x#, y#, z#
  Parameters
ID
Integer
identification number of the emitter object
min x#
Float
minimum position to emit on X axis
min y#
Float
minimum position to emit on Y axis
min z#
Float
minimum position to emit on Z axis
x#
Float
seed for X axis
y#
Float
seed for Y axis
z#
Float
seed for Z axis

  Returns

  Description

When a new particle is created you can use this commmand to control it"s position and factor in some random elements. To set the position on the X axis it takes the min x# value and adds a random value based on max x#. The same procedure takes place for the Y and Z axis.

  Example Code
No example code is provided for this command